Started
30/04/2021 20:59:38
Ended
30/04/2021 21:01:34
Tests Passed
10
Tests Failed
14
Tests
Log events
Timeline
Tags
| Name | Passed | Failed | Skipped | Others | Passed % |
|---|---|---|---|---|---|
| Chrome90.0.4430.85 | 5 | 7 | 2 | 0 | 35.714% |
| Production | 10 | 14 | 4 | 0 | 35.714% |
| Firefox87.0 | 5 | 7 | 2 | 0 | 35.714% |
Device
| Name | Passed | Failed | Skipped | Others | Passed % |
|---|---|---|---|---|---|
| Windows10 | 10 | 14 | 4 | 0 | 35.714% |
System/Environment
| Name | Value |
|---|---|
| Name | QA Test User |
| Environment | Production |
| URL | https://opensource-demo.orangehrmlive.com/ |
| OS Platform | Windows 10 |
| OS Version | 10.0 |
| OS Architecture | amd64 |
| Report Path | D:\Eclipse_Workspace\Automation-Framework/test-reports/ExecutionReport_30_04_2021_08_59_38_265.html |
-
duplicate
20:59:44 PM / 00:00:37:041 Fail
duplicate
04.30.2021 20:59:44 04.30.2021 21:00:21 00:00:37:041 · #test-id=1QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 8:59:44 PM Username - 'Admin77777777' sent successfully. Pass 8:59:45 PM Password - 'admin123' sent successfully. Pass 8:59:47 PM Login button - clicked Successfully. Fail 9:00:18 PM org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id='branding']/a[@id='welcome']"} (Session info: chrome=90.0.4430.85) For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'SOUNDWAVE', ip: '10.0.1.2', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_281' Driver info: org.openqa.selenium.remote.RemoteWebDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 90.0.4430.85, chrome: {chromedriverVersion: 90.0.4430.24 (4c6d850f087da..., userDataDir: /tmp/.com.google.Chrome.YR2VhR}, goog:chromeOptions: {debuggerAddress: localhost:42619}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), se:cdp: ws://172.24.0.5:5555/sessio..., se:cdpVersion: 90.0.4430.85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} Session ID: a2ffc093a9c5c90c7ca23606190ce805 *** Element info: {Using=xpath, value=//div[@id='branding']/a[@id='welcome']}
[sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method), sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62), sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45), java.lang.reflect.Constructor.newInstance(Constructor.java:423), org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187), org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122), org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49), org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158), org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552), org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323), org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:428), org.openqa.selenium.By$ByXPath.findElement(By.java:353), org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315), org.automation.pages.BasePage.isStringContains(BasePage.java:89), org.automation.pages.HomePage.getWelcomeText(HomePage.java:16), org.automation.tests.LoginPageTests.verifyLogin1(LoginPageTests.java:37), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989), org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125), org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:00:19 PM Testcase: Valid login details duplicate
Class: org.testng.internal.TestResult
Method: verifyLogin1
Status: Fail
Info 9:00:21 PM -
Verify if user is not able to login using invalid credentials
20:59:44 PM / 00:00:08:665 Fail
Verify if user is not able to login using invalid credentials
04.30.2021 20:59:44 04.30.2021 20:59:53 00:00:08:665 · #test-id=2QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 8:59:45 PM Username - 'user1' sent successfully. Pass 8:59:46 PM Password - 'user1' sent successfully. Pass 8:59:49 PM Login button - clicked Successfully. Pass 8:59:49 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Fail 8:59:50 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]
[org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 8:59:50 PM Testcase: Verify invalid login details
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Fail
Info 8:59:53 PM -
Verify if user is not able to login using invalid credentials
20:59:45 PM / 00:00:08:532 Fail
Verify if user is not able to login using invalid credentials
04.30.2021 20:59:45 04.30.2021 20:59:54 00:00:08:532 · #test-id=3QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 8:59:47 PM Username - 'user2' sent successfully. Pass 8:59:48 PM Password - 'user2' sent successfully. Pass 8:59:50 PM Login button - clicked Successfully. Pass 8:59:50 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Fail 8:59:51 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]
[org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 8:59:52 PM Testcase: Verify invalid login details
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Fail
Info 8:59:54 PM -
Skip test case
20:59:59 PM / 00:00:04:911 Skip
Skip test case
04.30.2021 20:59:59 04.30.2021 21:00:04 00:00:04:911 · #test-id=4QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 9:00:00 PM Username - 'Admin567' sent successfully. Pass 9:00:00 PM Password - 'admin123' sent successfully. Pass 9:00:02 PM Login button - clicked Successfully. Skip 9:00:02 PM Testcase: Skip test name
Class: org.testng.internal.TestResult
Method: skip
Status: SkipInfo 9:00:04 PM -
Verify if user is able to login using valid credentials
21:00:03 PM / 00:00:37:589 Fail
Verify if user is able to login using valid credentials
04.30.2021 21:00:03 04.30.2021 21:00:41 00:00:37:589 · #test-id=5QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 9:00:04 PM Username - 'Admin' sent successfully. Pass 9:00:05 PM Password - 'admin123' sent successfully. Pass 9:00:08 PM Login button - clicked Successfully. Fail 9:00:39 PM org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id='branding']/a[@id='welcome']"} (Session info: chrome=90.0.4430.85) For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'SOUNDWAVE', ip: '10.0.1.2', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_281' Driver info: org.openqa.selenium.remote.RemoteWebDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 90.0.4430.85, chrome: {chromedriverVersion: 90.0.4430.24 (4c6d850f087da..., userDataDir: /tmp/.com.google.Chrome.Bq9GGz}, goog:chromeOptions: {debuggerAddress: localhost:40329}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), se:cdp: ws://172.24.0.5:5555/sessio..., se:cdpVersion: 90.0.4430.85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} Session ID: edaba46be75aede9e42d5dcce837886b *** Element info: {Using=xpath, value=//div[@id='branding']/a[@id='welcome']}
[sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method), sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62), sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45), java.lang.reflect.Constructor.newInstance(Constructor.java:423), org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187), org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122), org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49), org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158), org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552), org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323), org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:428), org.openqa.selenium.By$ByXPath.findElement(By.java:353), org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315), org.automation.pages.BasePage.isStringContains(BasePage.java:89), org.automation.pages.HomePage.getWelcomeText(HomePage.java:16), org.automation.tests.LoginPageTests.verifyLogin(LoginPageTests.java:48), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:00:39 PM Testcase: Valid login details
Class: org.testng.internal.TestResult
Method: verifyLogin
Status: Fail
Info 9:00:41 PM -
Verify if user is not able to login using invalid credentials
21:00:07 PM / 00:00:31:484 Fail
Verify if user is not able to login using invalid credentials
04.30.2021 21:00:07 04.30.2021 21:00:39 00:00:31:484 · #test-id=6QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Fail 9:00:38 PM org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#txtUsername"} (Session info: chrome=90.0.4430.85) For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'SOUNDWAVE', ip: '10.0.1.2', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_281' Driver info: org.openqa.selenium.remote.RemoteWebDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 90.0.4430.85, chrome: {chromedriverVersion: 90.0.4430.24 (4c6d850f087da..., userDataDir: /tmp/.com.google.Chrome.o4Hedm}, goog:chromeOptions: {debuggerAddress: localhost:44597}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), se:cdp: ws://172.24.0.5:5555/sessio..., se:cdpVersion: 90.0.4430.85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} Session ID: de0bd31484ee403cff9e1de767f40f11 *** Element info: {Using=id, value=txtUsername}
[sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method), sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62), sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45), java.lang.reflect.Constructor.newInstance(Constructor.java:423), org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187), org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122), org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49), org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158), org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552), org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323), org.openqa.selenium.remote.RemoteWebDriver.findElementById(RemoteWebDriver.java:372), org.openqa.selenium.By$ById.findElement(By.java:188), org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315), org.automation.pages.BasePage.sendKeys(BasePage.java:50), org.automation.pages.LoginPage.enterUsername(LoginPage.java:23), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:54), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:00:38 PM Testcase: Verify invalid login details
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Fail
Info 9:00:39 PM -
Verify if login page is displayed
21:00:19 PM / 00:00:00:811 Pass
Verify if login page is displayed
04.30.2021 21:00:19 04.30.2021 21:00:19 00:00:00:811 · #test-id=7QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 9:00:19 PM Testcase: Login page verification
Class: org.testng.internal.TestResult
Method: verifyLoginPage
Status: Pass -
Skip test case homepage
21:00:19 PM / 00:00:01:027 Skip
Skip test case homepage
04.30.2021 21:00:19 04.30.2021 21:00:20 00:00:01:027 · #test-id=8QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Skip 9:00:19 PM Testcase: Skip test name homepage
Class: org.testng.internal.TestResult
Method: skip
Status: SkipInfo 9:00:20 PM -
Verify if user is not able to login using invalid credentials fail
21:00:23 PM / 00:00:03:932 Pass
Verify if user is not able to login using invalid credentials fail
04.30.2021 21:00:23 04.30.2021 21:00:27 00:00:03:932 · #test-id=9QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 9:00:24 PM Username - 'user1' sent successfully. Pass 9:00:25 PM Password - 'user1' sent successfully. Pass 9:00:26 PM Login button - clicked Successfully. Pass 9:00:27 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Pass 9:00:27 PM Testcase: Verify invalid login details fail test
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Pass -
Verify if user is not able to login using invalid credentials fail
21:00:25 PM / 00:00:04:185 Pass
Verify if user is not able to login using invalid credentials fail
04.30.2021 21:00:25 04.30.2021 21:00:29 00:00:04:185 · #test-id=10QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 9:00:25 PM Username - 'user2' sent successfully. Pass 9:00:26 PM Password - 'user2' sent successfully. Pass 9:00:27 PM Login button - clicked Successfully. Pass 9:00:28 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Pass 9:00:29 PM Testcase: Verify invalid login details fail test
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Pass -
Verify if user is able to login using valid credentials fail
21:00:27 PM / 00:00:08:958 Fail
Verify if user is able to login using valid credentials fail
04.30.2021 21:00:27 04.30.2021 21:00:36 00:00:08:958 · #test-id=11QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 9:00:28 PM Username - 'Admin' sent successfully. Pass 9:00:29 PM Password - 'admin123' sent successfully. Pass 9:00:33 PM Login button - clicked Successfully. Fail 9:00:34 PM java.lang.AssertionError: Failed to login. expected [false] but found [true]
[org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:568), org.automation.tests.HomePageTests.verifyLogin(HomePageTests.java:38), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:00:35 PM Testcase: Valid login details fail test
Class: org.testng.internal.TestResult
Method: verifyLogin
Status: Fail
Info 9:00:36 PM -
Verify if user is not able to login using invalid credentials fail
21:00:32 PM / 00:00:04:703 Pass
Verify if user is not able to login using invalid credentials fail
04.30.2021 21:00:32 04.30.2021 21:00:37 00:00:04:703 · #test-id=12QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 9:00:33 PM Username - 'user3' sent successfully. Pass 9:00:33 PM Password - 'user3' sent successfully. Pass 9:00:35 PM Login button - clicked Successfully. Pass 9:00:36 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Pass 9:00:37 PM Testcase: Verify invalid login details fail test
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Pass -
Verify if login page is displayed fail
21:00:34 PM / 00:00:01:981 Fail
Verify if login page is displayed fail
04.30.2021 21:00:34 04.30.2021 21:00:35 00:00:01:981 · #test-id=13QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Fail 9:00:34 PM java.lang.AssertionError: Forgot Password link is not displayed. expected [false] but found [true]
[org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:568), org.automation.tests.HomePageTests.verifyLoginPage(HomePageTests.java:22), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989), org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125), org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:00:35 PM Testcase: Login page verification fail test
Class: org.testng.internal.TestResult
Method: verifyLoginPage
Status: Fail
Info 9:00:35 PM -
Verify the page tiltle of Login Page
21:00:39 PM / 00:00:00:627 Pass
Verify the page tiltle of Login Page
04.30.2021 21:00:39 04.30.2021 21:00:40 00:00:00:627 · #test-id=14QATestUser Chrome90.0.4430.85 Production Windows10Status Timestamp Details Pass 9:00:40 PM Testcase: Verify page title
Class: org.testng.internal.TestResult
Method: verifyPageTitle
Status: Pass -
Verify if user is not able to login using invalid credentials
21:00:47 PM / 00:00:05:628 Fail
Verify if user is not able to login using invalid credentials
04.30.2021 21:00:47 04.30.2021 21:00:52 00:00:05:628 · #test-id=15QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:00:47 PM Username - 'user1' sent successfully. Pass 9:00:48 PM Password - 'user1' sent successfully. Pass 9:00:49 PM Login button - clicked Successfully. Pass 9:00:49 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Fail 9:00:50 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]
[org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:00:50 PM Testcase: Verify invalid login details
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Fail
Info 9:00:52 PM -
Verify if user is able to login using valid credentials
21:00:48 PM / 00:00:06:536 Fail
Verify if user is able to login using valid credentials
04.30.2021 21:00:48 04.30.2021 21:00:55 00:00:06:536 · #test-id=16QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:00:49 PM Username - 'Admin' sent successfully. Pass 9:00:49 PM Password - 'admin123' sent successfully. Pass 9:00:52 PM Login button - clicked Successfully. Fail 9:00:52 PM java.lang.AssertionError: Failed to login. expected [false] but found [true]
[org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:568), org.automation.tests.LoginPageTests.verifyLogin(LoginPageTests.java:48), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:00:53 PM Testcase: Valid login details
Class: org.testng.internal.TestResult
Method: verifyLogin
Status: Fail
Info 9:00:55 PM -
duplicate
21:00:49 PM / 00:00:34:648 Fail
duplicate
04.30.2021 21:00:49 04.30.2021 21:01:24 00:00:34:648 · #test-id=17QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:00:50 PM Username - 'Admin77777777' sent successfully. Pass 9:00:50 PM Password - 'admin123' sent successfully. Pass 9:00:52 PM Login button - clicked Successfully. Fail 9:01:22 PM org.openqa.selenium.NoSuchElementException: Unable to locate element: //div[@id='branding']/a[@id='welcome'] For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'SOUNDWAVE', ip: '10.0.1.2', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_281' Driver info: org.openqa.selenium.remote.RemoteWebDriver Capabilities {acceptInsecureCerts: false, browserName: firefox, browserVersion: 87.0, javascriptEnabled: true, moz:accessibilityChecks: false, moz:buildID: 20210318103112, moz:geckodriverVersion: 0.29.0, moz:headless: false, moz:processID: 9884, moz:profile: /tmp/rust_mozprofilefHJFbS, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, platformVersion: 5.8.0-50-generic, rotatable: false, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} Session ID: 043e7119-53a4-4303-b217-e300dbd0a892 *** Element info: {Using=xpath, value=//div[@id='branding']/a[@id='welcome']}
[sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method), sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62), sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45), java.lang.reflect.Constructor.newInstance(Constructor.java:423), org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187), org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122), org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49), org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158), org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552), org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323), org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:428), org.openqa.selenium.By$ByXPath.findElement(By.java:353), org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315), org.automation.pages.BasePage.isStringContains(BasePage.java:89), org.automation.pages.HomePage.getWelcomeText(HomePage.java:16), org.automation.tests.LoginPageTests.verifyLogin1(LoginPageTests.java:37), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989), org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125), org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:01:23 PM Testcase: Valid login details duplicate
Class: org.testng.internal.TestResult
Method: verifyLogin1
Status: Fail
Info 9:01:24 PM -
Skip test case
21:00:57 PM / 00:00:04:239 Skip
Skip test case
04.30.2021 21:00:57 04.30.2021 21:01:02 00:00:04:239 · #test-id=18QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:00:58 PM Username - 'Admin567' sent successfully. Pass 9:00:58 PM Password - 'admin123' sent successfully. Pass 9:01:00 PM Login button - clicked Successfully. Skip 9:01:00 PM Testcase: Skip test name
Class: org.testng.internal.TestResult
Method: skip
Status: SkipInfo 9:01:02 PM -
Verify if user is not able to login using invalid credentials
21:01:00 PM / 00:00:05:932 Fail
Verify if user is not able to login using invalid credentials
04.30.2021 21:01:00 04.30.2021 21:01:06 00:00:05:932 · #test-id=19QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:01:00 PM Username - 'user2' sent successfully. Pass 9:01:01 PM Password - 'user2' sent successfully. Pass 9:01:03 PM Login button - clicked Successfully. Pass 9:01:03 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Fail 9:01:03 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]
[org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:01:04 PM Testcase: Verify invalid login details
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Fail
Info 9:01:06 PM -
Verify if login page is displayed
21:01:07 PM / 00:00:00:525 Pass
Verify if login page is displayed
04.30.2021 21:01:07 04.30.2021 21:01:08 00:00:00:525 · #test-id=20QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:01:08 PM Testcase: Login page verification
Class: org.testng.internal.TestResult
Method: verifyLoginPage
Status: Pass -
Verify if user is not able to login using invalid credentials
21:01:10 PM / 00:00:05:759 Fail
Verify if user is not able to login using invalid credentials
04.30.2021 21:01:10 04.30.2021 21:01:16 00:00:05:759 · #test-id=21QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:01:10 PM Username - 'user3' sent successfully. Pass 9:01:11 PM Password - 'user3' sent successfully. Pass 9:01:12 PM Login button - clicked Successfully. Pass 9:01:13 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Fail 9:01:13 PM java.lang.AssertionError: Failed to login. expected [Invalid credentialsss] but found [Invalid credentials]
[org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:453), org.automation.tests.LoginPageTests.verifyInvalidLogin(LoginPageTests.java:58), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:01:14 PM Testcase: Verify invalid login details
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Fail
Info 9:01:16 PM -
Skip test case homepage
21:01:11 PM / 00:00:00:787 Skip
Skip test case homepage
04.30.2021 21:01:11 04.30.2021 21:01:12 00:00:00:787 · #test-id=22QATestUser Firefox87.0 Production Windows10Status Timestamp Details Skip 9:01:12 PM Testcase: Skip test name homepage
Class: org.testng.internal.TestResult
Method: skip
Status: SkipInfo 9:01:12 PM -
Verify if user is not able to login using invalid credentials fail
21:01:13 PM / 00:00:03:120 Pass
Verify if user is not able to login using invalid credentials fail
04.30.2021 21:01:13 04.30.2021 21:01:16 00:00:03:120 · #test-id=23QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:01:14 PM Username - 'user2' sent successfully. Pass 9:01:14 PM Password - 'user2' sent successfully. Pass 9:01:15 PM Login button - clicked Successfully. Pass 9:01:16 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Pass 9:01:16 PM Testcase: Verify invalid login details fail test
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Pass -
Verify if user is not able to login using invalid credentials fail
21:01:18 PM / 00:00:03:383 Pass
Verify if user is not able to login using invalid credentials fail
04.30.2021 21:01:18 04.30.2021 21:01:21 00:00:03:383 · #test-id=24QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:01:18 PM Username - 'user1' sent successfully. Pass 9:01:19 PM Password - 'user1' sent successfully. Pass 9:01:20 PM Login button - clicked Successfully. Pass 9:01:21 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Pass 9:01:21 PM Testcase: Verify invalid login details fail test
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Pass -
Verify if user is able to login using valid credentials fail
21:01:21 PM / 00:00:06:545 Fail
Verify if user is able to login using valid credentials fail
04.30.2021 21:01:21 04.30.2021 21:01:28 00:00:06:545 · #test-id=25QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:01:22 PM Username - 'Admin' sent successfully. Pass 9:01:22 PM Password - 'admin123' sent successfully. Pass 9:01:25 PM Login button - clicked Successfully. Fail 9:01:26 PM java.lang.AssertionError: Failed to login. expected [false] but found [true]
[org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:568), org.automation.tests.HomePageTests.verifyLogin(HomePageTests.java:38), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:71), org.testng.internal.TestMethodWithDataProviderMethodWorker.call(TestMethodWithDataProviderMethodWorker.java:14), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:01:26 PM Testcase: Valid login details fail test
Class: org.testng.internal.TestResult
Method: verifyLogin
Status: Fail
Info 9:01:28 PM -
Verify if login page is displayed fail
21:01:23 PM / 00:00:01:542 Fail
Verify if login page is displayed fail
04.30.2021 21:01:23 04.30.2021 21:01:25 00:00:01:542 · #test-id=26QATestUser Firefox87.0 Production Windows10Status Timestamp Details Fail 9:01:23 PM java.lang.AssertionError: Forgot Password link is not displayed. expected [false] but found [true]
[org.testng.Assert.fail(Assert.java:96), org.testng.Assert.failNotEquals(Assert.java:776), org.testng.Assert.assertEqualsImpl(Assert.java:137), org.testng.Assert.assertEquals(Assert.java:118), org.testng.Assert.assertEquals(Assert.java:568), org.automation.tests.HomePageTests.verifyLoginPage(HomePageTests.java:22), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124), org.testng.internal.Invoker.invokeMethod(Invoker.java:583), org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719), org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989), org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125), org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]Fail 9:01:24 PM Testcase: Login page verification fail test
Class: org.testng.internal.TestResult
Method: verifyLoginPage
Status: Fail
Info 9:01:25 PM -
Verify the page tiltle of Login Page
21:01:27 PM / 00:00:00:534 Pass
Verify the page tiltle of Login Page
04.30.2021 21:01:27 04.30.2021 21:01:27 00:00:00:534 · #test-id=27QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:01:27 PM Testcase: Verify page title
Class: org.testng.internal.TestResult
Method: verifyPageTitle
Status: Pass -
Verify if user is not able to login using invalid credentials fail
21:01:30 PM / 00:00:03:508 Pass
Verify if user is not able to login using invalid credentials fail
04.30.2021 21:01:30 04.30.2021 21:01:33 00:00:03:508 · #test-id=28QATestUser Firefox87.0 Production Windows10Status Timestamp Details Pass 9:01:30 PM Username - 'user3' sent successfully. Pass 9:01:31 PM Password - 'user3' sent successfully. Pass 9:01:32 PM Login button - clicked Successfully. Pass 9:01:33 PM Invalid credential error message - 'Invalid credentials' obtained successfully. Pass 9:01:33 PM Testcase: Verify invalid login details fail test
Class: org.testng.internal.TestResult
Method: verifyInvalidLogin
Status: Pass
-
Chrome90.0.4430.85
14 tests
Chrome90.0.4430.85
5 passed 7 failed 2 skippedStatus Timestamp TestName Fail 20:59:44 PM Verify if user is not able to login using invalid credentials Fail 20:59:45 PM Verify if user is not able to login using invalid credentials Skip 20:59:59 PM Skip test case Fail 20:59:44 PM duplicate Skip 21:00:19 PM Skip test case homepage Pass 21:00:19 PM Verify if login page is displayed Pass 21:00:23 PM Verify if user is not able to login using invalid credentials fail Pass 21:00:25 PM Verify if user is not able to login using invalid credentials fail Fail 21:00:27 PM Verify if user is able to login using valid credentials fail Fail 21:00:34 PM Verify if login page is displayed fail Pass 21:00:32 PM Verify if user is not able to login using invalid credentials fail Fail 21:00:07 PM Verify if user is not able to login using invalid credentials Fail 21:00:03 PM Verify if user is able to login using valid credentials Pass 21:00:39 PM Verify the page tiltle of Login Page -
Production
28 tests
Production
10 passed 14 failed 4 skipped -
Firefox87.0
14 tests
Firefox87.0
5 passed 7 failed 2 skippedStatus Timestamp TestName Fail 21:00:47 PM Verify if user is not able to login using invalid credentials Fail 21:00:48 PM Verify if user is able to login using valid credentials Skip 21:00:57 PM Skip test case Fail 21:01:00 PM Verify if user is not able to login using invalid credentials Pass 21:01:07 PM Verify if login page is displayed Skip 21:01:11 PM Skip test case homepage Fail 21:01:10 PM Verify if user is not able to login using invalid credentials Pass 21:01:13 PM Verify if user is not able to login using invalid credentials fail Pass 21:01:18 PM Verify if user is not able to login using invalid credentials fail Fail 21:00:49 PM duplicate Fail 21:01:23 PM Verify if login page is displayed fail Fail 21:01:21 PM Verify if user is able to login using valid credentials fail Pass 21:01:27 PM Verify the page tiltle of Login Page Pass 21:01:30 PM Verify if user is not able to login using invalid credentials fail
-
Windows10
28 tests
Windows10
10 passed 14 failed 4 skipped